home *** CD-ROM | disk | FTP | other *** search
- ; Multi disk archiver unpacker supporting DMS, ADF, DIMP, PackDev, LHA, LZX, ZIP & ARJ
- ; Relies on the following file patterns :-
- ; #?.DMP|#?.DEX|#?.DMS|#?.ADF|#?.ADZ|#?.PKD|#?.LHA|#?.LZH|#?.LZX|#?.ZIP|#?.ARJ
- ; Requires the following files to be in the current path :-
- ; UnDms, TransADF, PackDev, dimp, LHA, LZX, UNZIP & unarj
- ; The last (I think :))
-
- echo c
- Requestfile >env:FPAK TITLE="Choose archive to UnPack" PATTERN "(#?.DMP|#?.DEX|#?.DMS|#?.ADF|#?.ADZ|#?.PKD|#?.LHA|#?.LZH|#?.LZX|#?.ZIP|#?.ARJ)" DRAWER "RAM:"
- if warn
- echo "*N Operation canceled....!"
- quit
- endif
- if not exists $FPAK
- echo "*N File does not exist....!"
- delete >nil: env:FPAK
- quit
- endif
- execute MultiDX.1 $FPAK
-